home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / asmutil / alib10.zip / EDREC.MAK < prev    next >
Text File  |  1994-02-18  |  187b  |  9 lines

  1. edrec.exe:    edrec.obj alib.lib
  2. #        optlink /l /m edrec,edrec.exe,edrec.map,alib.lib;
  3.         link edrec,edrec,,alib.lib;
  4.         
  5. edrec.obj:    edrec.asm
  6. #        optasm /zi /l /g edrec;
  7.         masm edrec;
  8.  
  9.